Web Rtc Ip Handling Policy
The media performance/privacy tradeoffs which affect how WebRTC traffic will be routed and how much local address information will be exposed.
Entries
WebRTC should only use the default route used by HTTP. This doesn't expose any local addresses.
WebRTC should only use the default route used by HTTP. This also exposes the associated default private address. Default route is the route chosen by the OS on a multi-homed endpoint.
WebRTC should only use TCP to contact peers or servers unless the proxy server supports UDP. This doesn't expose any local addresses either.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.